home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / BF_SDK11.ZIP / CPP.TXT < prev    next >
Text File  |  1996-06-10  |  1KB  |  35 lines

  1.  
  2.                                     BF-SDK
  3.                                     ~~~~~~
  4.                                      V1.1
  5.  
  6.                                 C++ Interface
  7.                                 ~~~~~~~~~~~~~
  8.  
  9.                             (c) 1996 Markus Hahn
  10.  
  11.  
  12.  
  13.  
  14.              How to use the BF-SDK in Microsoft Visual C++ 1.0-1.5
  15.              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16.  
  17.                  * create a new project
  18.                  * add the file BFENG386.OBJ to the project
  19.                  * add the file CPP_DEMO.CPP to the project
  20.                  * choose large memory model
  21.                  * choose 386 code generation (if possible)
  22.                  * select "Quick Win Application"
  23.                  * build and start the demonstration
  24.  
  25.  
  26.              Known problems
  27.              ~~~~~~~~~~~~~~
  28.  
  29.                  Because the cryptengine uses a fixed data area it
  30.                  can not be used in DLLs without modification to
  31.                  the assembly code.
  32.  
  33.  
  34. - eof -
  35.